home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / sheriff_tripeaks.swf / scripts / DefineButton2_166 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2006-06-13  |  135 b   |  11 lines

  1. on(press){
  2.    if(_root.show_tips)
  3.    {
  4.       _root.show_tips = false;
  5.    }
  6.    else
  7.    {
  8.       _root.show_tips = true;
  9.    }
  10. }
  11.